PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFOutputIntent Class / setType Method
The output intent type.
In This Topic
    setType Method
    In This Topic
    Gets of sets the output intent type.
    Syntax
    public void setType( 
       PDFOutputIntentType type
    )

    Parameters

    type
    The output intent type.
    Exceptions
    ExceptionDescription
    When type is PDFOutputIntentType.UNKNOWN.
    See Also